Skip to content

Ingest recording events

POST
/recordings/{recordingId}/ingest

Ingest recording events in batch mode via POST into rrweb cloud. This is available for clients or environments which don't support websocket ingestion.

Authorizations

Public API Key

Public API key for authentication.

TypeHTTP (bearer)
Example"Bearer ak_1Q8AX5B5218353Q1AQNF2129YH5VAH02"
or
Signature|Expires|KeyId
Signature

Signature for authentication. Use your presigned URL as the query parameters.

TypeAPI Key (query: signature)
+
Expires

Expiration timestamp (UNIX seconds)

TypeAPI Key (query: expires)
+
KeyId

Signing key identifier

TypeAPI Key (query: keyId)

Parameters

Path Parameters

recordingId*

The recording ID

Typestring
Required
Example"000e8400-e00b-00d0-a716-446655440000"
Format"uuid"

Query Parameters

debug

Enable debug mode

Typestring
Example"true"

Responses

Successfully ingested recording events

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI